at.lazarusware.html
Class ClientAuthentication

java.lang.Object
  extended by at.lazarusware.html.ClientAuthentication

public class ClientAuthentication
extends java.lang.Object

A simple example that uses HttpClient to execute an HTTP request against a target site that requires user authentication.


Constructor Summary
ClientAuthentication()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientAuthentication

public ClientAuthentication()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception